home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / missioncandy.swf / scripts / DefineButton2_321 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  153b  |  9 lines

  1. on(release){
  2.    if(_parent.m_life > 0)
  3.    {
  4.       _parent.game_start = true;
  5.       _parent.pause_mc.gotoAndStop(1);
  6.       gotoAndStop(1);
  7.    }
  8. }
  9.